Receives a message of the specified type from the server. Only String, byte array and Object types are currently supported.

Namespace:  Rebex.Net
Assembly:  Rebex.WebSocket (in Rebex.WebSocket.dll)

Syntax

Visual Basic
Public Function Receive(Of T As Class) As T
C#
public T Receive<T>()
where T : class

Type Parameters

T

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also